home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gallery
- set the visible of sprite 7 to 1
- set gallery to "slideshow"
- puppetSound(1, "tock")
- repeat while the mouseDown
- set the visible of sprite 3 to 0
- updateStage()
- end repeat
- set the visible of sprite 3 to 1
- puppetSound(1, "tick")
- if the frame = "2" then
- nothing()
- else
- go(the frame - 1)
- end if
- end
-